baubs git
tailwind.config.js conversion-worker (0dfc8b73) Text, 242 B
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
darkMode: 'media', // Use system preference for dark mode
theme: {
extend: {},
},
plugins: [],
}
Served by rngit 1.4.2 - Generated in 0.03s